netsqlazman_ItemAttributesTable 
Logical Entity Name  netsqlazman_ItemAttributesTable 
Default Table Name  netsqlazman_ItemAttributesTable 
Physical Only  NO 
Definition 
 
Note 
 

netsqlazman_ItemAttributesTable Columns 
ColumnName  Domain  Datatype  NULL  Definition 
ItemAttributeId(PK)    int  NO 
 
ItemId(FK)    int  NO 
 
AttributeKey    nvarchar(255)  NO 
 
AttributeValue    nvarchar(4000)  NO 
 

netsqlazman_ItemAttributesTable Primary and Unique Keys 
Key Name  Key Type  Keys 
ItemAttributes_AuhorizationId_AttributeKey_Unique_Index  Index  ItemId, AttributeKey 
PK_ItemAttributes  PrimaryKey  ItemAttributeId 

netsqlazman_ItemAttributesTable Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
netsqlazman_ItemsTable  Non-Identifying  One To Zero or More  FK_ItemAttributes_Items      ItemId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

netsqlazman_ItemAttributesTable Check Constraints 
Check Constraint Name  CheckConstraint